PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutTextAlign Enumeration
In This Topic
    PDFStandardLayoutTextAlign Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setTextAlignmethod.
    Members
    MemberDescription
    CENTERCentred between the start and end edges.
    ENDAligned with the end edge.
    JUSTIFYAligned with both the start and end edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line shall be aligned with the start edge only.
    STARTAligned with the start edge.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutTextAlign

    See Also